|
|
|
|
GridLinesOptStyleEnum Enumeration |
Defines the grid lines style.
Syntax GridLinesOptStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum GridLinesOptStyleEnum |
C# |
public enum GridLinesOptStyleEnum |
C++ |
public enum class GridLinesOptStyleEnum |
Member |
Value |
Description |
None | 0 | No grid lines are shown. |
Vertical | 1 | Vertical grid lines are shown. |
Horizontal | 2 | Horizontal grid lines are shown. |
Both | 3 | Both horizontal and vertical grid lines are shown. |
Default | -1 | The grid lines style is determined by the containing item or control. |
Comments
The GridLinesOptStyleEnum enumeration defines the grid lines style.